home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / XML / ReadMe.txt < prev    next >
Encoding:
Text File  |  1999-12-22  |  350 b   |  7 lines

  1. One last minute change was made to the code which was not discussed
  2. in the article.  In testing, I discovered that the implementation
  3. of the InsertBefore method was flawed.  This method was made virtual
  4. in the base class TXmlDNode, and produces an exception.
  5. The overridden InsertBefore that does the real work now lives in
  6. TXmlDStructureNode.
  7.